home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
procssng
/
ccs
/
ccs-11tl.lha
/
lbl
/
xview
/
genial
/
include
/
conf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-14
|
178 b
|
14 lines
/*
* conf.h -- function configuration definitions
*
*/
struct fxnsw {
int (*f_init)();
int (*f_eval)();
int (*f_clear)();
int (*f_reset)();
int (*f_change)();
};